-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix nightly ci #4816
fix nightly ci #4816
Conversation
This PR broke nightlies before December 1st 2024. Ideally it would be nice if patch version bumps didn't break old compiler versions, though for nightlies it might be unreasonable to ask. Still @davidhewitt maybe someone should check that this isn't a regression on stable? Or you probably have CI checks for that? |
I'm not sure exactly what's going wrong though we should be on the |
It could be an unlucky edge case that you use a nightly from the 1.85 window, before
True, we try our best to support a wide range or compiler versions, but we can only check so much. Current MSRV is 1.63, which is also checked in CI. So on a stable compiler everything should work. |
Yeah that makes sense, can't test unlucky nightly ranges. Thanks @Icxolu! |
Well, |
These are our own cfgs for pyo3 that we use to conditionally enable functions that depend on compilers version. I think the unlucky case here is that |
No description provided.